Cuminas DjVu SDK for .NET Framework
DoZoneAndOCR(Byte[],Int32,Int32,Int32,PixelType,Int32) Method



Syntax
Public Overloads Function DoZoneAndOCR( _
   ByVal image() As Byte, _
   ByVal stride As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal pixelType As PixelType, _
   ByVal dpi As Integer _
) As Zone
Dim instance As OcrEngine
Dim image() As Byte
Dim stride As Integer
Dim width As Integer
Dim height As Integer
Dim pixelType As PixelType
Dim dpi As Integer
Dim value As Zone
 
value = instance.DoZoneAndOCR(image, stride, width, height, pixelType, dpi)
public Zone DoZoneAndOCR( 
   byte[] image,
   int stride,
   int width,
   int height,
   PixelType pixelType,
   int dpi
)

Parameters

image
stride
width
height
pixelType
dpi
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

OcrEngine Class
OcrEngine Members
Overload List

Send Feedback